'Declaration Public Overridable Function ReplaceRangeAsync( _ ByVal startingIndex As Integer, _ ByVal items As IEnumerable(Of Object), _ Optional ByVal cancellationToken As CancellationToken _ ) As Task
public virtual Task ReplaceRangeAsync( int startingIndex, IEnumerable<object> items, CancellationToken cancellationToken )
Parameters
- startingIndex
- items
- cancellationToken